+2007-07-11 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkclipboard.c: Add documentation.
+
+2007-07-11 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcelleditable.c:
+ * gtk/gtkcellrenderer.c:
+ * gtk/gtkcellrenderercombo.c:
+ * gtk/gtkcellrenderertext.c: Add more documentation.
+
2007-07-11 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c:
class->owner_change = gtk_clipboard_owner_change;
+ /**
+ * GtkClipboard::owner-change:
+ * @clipboard: the #GtkClipboard on which the signal is emitted
+ * @event: the @GdkEventOwnerChange event
+ *
+ * The ::owner-change signal is emitted when GTK+ receives an
+ * event that indicates that the ownership of the selection
+ * associated with @clipboard has changed.
+ *
+ * Since: 2.6
+ */
clipboard_signals[OWNER_CHANGE] =
g_signal_new (I_("owner_change"),
G_TYPE_FROM_CLASS (gobject_class),
* _gtk_clipboard_handle_event:
* @event: a owner change event
*
- * Emits the ::owner_change signal on the appropriate @clipboard.
+ * Emits the #GtkClipboard::owner-change signal on the appropriate @clipboard.
*
* Since: 2.6
**/